1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class Main
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Main))
26         Me.SuspendLayout()
27         
'
28         
'Main
29         
'
30         Me.AutoScaleDimensions = New System.Drawing.SizeF(
7.0!, 15.0!)
31         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
32         Me.AutoSize = True
33         Me.BackgroundImage = Global.Order.My.Resources.Resources.bg
34         Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
35         Me.ClientSize = New System.Drawing.Size(
896, 589)
36         Me.Font = New System.Drawing.Font(
"Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
37         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
38         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
39         Me.IsMdiContainer = True
40         Me.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
41         Me.MaximizeBox = False
42         Me.Name =
"Main"
43         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
44         Me.Text =
"Order Management System"
45         Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
46         Me.ResumeLayout(False)
47
48     End Sub
49
50 End Class


Gõ tìm kiếm nhanh...